home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 August / Oasis demo.iso / Office / Claris13 / CLARIS.DIR / 00052_Script_52 < prev    next >
Text File  |  1997-06-11  |  4KB  |  177 lines

  1. on rollovers
  2.   
  3.   if rollover(5) then
  4.     set the visibility of sprite 5 to 1
  5.     set the visibility of sprite 20 to 1
  6.   else
  7.     set the visibility of sprite 5 to 0
  8.     set the visibility of sprite 20 to 0
  9.     
  10.   end if
  11.   
  12.   if rollover(6) then
  13.     set the visibility of sprite 6 to 1
  14.     set the visibility of sprite 21 to 1
  15.   else
  16.     set the visibility of sprite 6 to 0
  17.     set the visibility of sprite 21 to 0
  18.   end if
  19.   
  20.   if rollover(7) then
  21.     set the visibility of sprite 7 to 1
  22.     set the visibility of sprite 22 to 1
  23.   else
  24.     set the visibility of sprite 7 to 0
  25.     set the visibility of sprite 22 to 0
  26.   end if
  27.   
  28.   if rollover(8) then
  29.     set the visibility of sprite 8 to 1
  30.     set the visibility of sprite 23 to 1
  31.   else
  32.     
  33.     set the visibility of sprite 8 to 0
  34.     set the visibility of sprite 23 to 0
  35.     
  36.   end if
  37.   
  38.   
  39.   if rollover(9) then
  40.     set the visibility of sprite 9 to 1
  41.     set the visibility of sprite 24 to 1
  42.     
  43.   else
  44.     set the visibility of sprite 9 to 0
  45.     set the visibility of sprite 24 to 0
  46.   end if
  47.   
  48.   if rollover(10) then
  49.     set the visibility of sprite 10 to 1
  50.     set the visibility of sprite 25 to 1
  51.   else
  52.     set the visibility of sprite 10 to 0
  53.     set the visibility of sprite 25 to 0
  54.   end if
  55.   
  56.   if rollover(11) then
  57.     set the visibility of sprite 11 to 1
  58.     set the visibility of sprite 26 to 1
  59.   else
  60.     set the visibility of sprite 11 to 0
  61.     set the visibility of sprite 26 to 0
  62.   end if
  63.   
  64.   if rollover(12) then
  65.     set the visibility of sprite 12 to 1
  66.     set the visibility of sprite 27 to 1
  67.   else
  68.     set the visibility of sprite 12 to 0
  69.     set the visibility of sprite 27 to 0
  70.   end if
  71.   
  72.   if rollover(13) then
  73.     set the visibility of sprite 13 to 1
  74.     set the visibility of sprite 28 to 1
  75.   else
  76.     set the visibility of sprite 13 to 0
  77.     set the visibility of sprite 28 to 0
  78.   end if
  79.   
  80.   if rollover(14) then
  81.     set the visibility of sprite 14 to 1
  82.     set the visibility of sprite 29 to 1
  83.   else
  84.     set the visibility of sprite 14 to 0
  85.     set the visibility of sprite 29 to 0
  86.   end if
  87.   
  88.   if rollover(15) then
  89.     set the visibility of sprite 15 to 1
  90.     
  91.   else
  92.     set the visibility of sprite 15 to 0
  93.     
  94.   end if
  95.   
  96.   if rollover(16) then
  97.     set the visibility of sprite 16 to 1
  98.     
  99.   else
  100.     set the visibility of sprite 16 to 0
  101.     
  102.   end if
  103.   
  104.   if rollover(17) then
  105.     set the visibility of sprite 17 to 1
  106.     
  107.   else
  108.     set the visibility of sprite 17 to 0
  109.     
  110.   end if
  111.   
  112.   if rollover(18) then
  113.     set the visibility of sprite 18 to 1
  114.     
  115.   else
  116.     set the visibility of sprite 18 to 0
  117.     
  118.   end if
  119.   
  120.   if rollover(30) then
  121.     set the visibility of sprite 30 to 1
  122.     
  123.   else
  124.     set the visibility of sprite 30 to 0
  125.     
  126.   end if
  127.   
  128.   if rollover(31) then
  129.     set the visibility of sprite 31 to 1
  130.     
  131.   else
  132.     set the visibility of sprite 31 to 0
  133.     
  134.   end if
  135.   
  136.   if rollover(32) then
  137.     set the visibility of sprite 32 to 1
  138.     
  139.   else
  140.     set the visibility of sprite 32 to 0
  141.     
  142.   end if
  143.   
  144.   if rollover(33) then
  145.     set the visibility of sprite 33 to 1
  146.     
  147.   else
  148.     set the visibility of sprite 33 to 0
  149.     
  150.   end if
  151.   
  152.   if rollover(34) then
  153.     set the visibility of sprite 34 to 1
  154.     
  155.   else
  156.     set the visibility of sprite 34 to 0
  157.     
  158.   end if
  159.   
  160.   if rollover(35) then
  161.     set the visibility of sprite 35 to 1
  162.     
  163.   else
  164.     set the visibility of sprite 35 to 0
  165.     
  166.   end if
  167.   
  168.     if rollover(36) then
  169.     set the visibility of sprite 36 to 1
  170.     
  171.   else
  172.     set the visibility of sprite 36 to 0
  173.     
  174.   end if
  175.   
  176. end rollovers
  177.